From 34790e53babb391aea26cde9d596e6eebf162dac Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 28 Mar 2024 16:17:04 -0500 Subject: [PATCH] Add keywords to the project for pypi --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 376e315..22a2062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,15 +29,27 @@ authors = [{name = 'Karl O. Pinc', email = 'kop@karlpinc.com'}] urls = {'Home Page' = 'http://pgwui_bulk_upload.readthedocs.io/'} # What does your project relate to? keywords = [ + 'batch', + 'batch upload', + 'batch validation', 'bulk', + 'bulk data upload', + 'bulk data validation', + 'bulk upload', + 'bulk validation', + 'data upload', + 'data validation', 'database front end', + 'error reporting', 'interface', 'Postgres', 'Postgres user interface', 'Postgres web interface', 'PostgreSQL', 'Postgres front end', + 'transaction', 'upload', + 'validation', 'user interface', 'web', 'web front end' -- 2.34.1